home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / lemonade.swf / scripts / DefineButton2_83 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2008-05-19  |  160b  |  11 lines

  1. on(release, keyPress "<Enter>"){
  2.    if(total == a * b)
  3.    {
  4.       gotoAndPlay(23);
  5.    }
  6.    else if(total != a * b)
  7.    {
  8.       gotoAndPlay(44);
  9.    }
  10. }
  11.